net/http.expectContinueReader.readCloser (field)
6 uses
net/http (current package)
server.go#L905: readCloser io.ReadCloser
server.go#L925: n, err = ecr.readCloser.Read(p)
server.go#L934: return ecr.readCloser.Close()
server.go#L1985: req.Body = &expectContinueReader{readCloser: req.Body, resp: w}
server.go#L2104: registerOnHitEOF(v.readCloser, fn)
server.go#L2120: return requestBodyRemains(v.readCloser)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |